[Still an issue] How to jump into canvas mode from right click
Hey,
I remember that we had like a button on the right click context menu when we clicked a node with the name of Edit in Canvas. Where did that button go in the V4 RC2?
You need to update the defaultpermissions for the user type to include canvas. Could you add this to codeplex then I'll make sure it'll happen automatically on upgrades in final
[quote=hartvig]You need to update the defaultpermissions for the user type to include canvas. Could you add this to codeplex then I'll make sure it'll happen automatically on upgrades in final[/quote]
Would that user type be the editor? or should I create an administrator type or edit in the database?
-Login into admin backend as admin
-Goto user section
-Expand user type node
-Select user type for which to set the default permissions
-Select/Deselect default permissions as you wish.
I have just done a completely clean install, using version umbraco v 4.11.1 (Assembly version: 1.0.4715.27659). I have installed no starter kits, I have
[Still an issue] How to jump into canvas mode from right click
Hey,
I remember that we had like a button on the right click context menu when we clicked a node with the name of Edit in Canvas. Where did that button go in the V4 RC2?
Thanks
I still got the Edit in Canvas button in my V4 RC2 :s
Fredrik
I got i too, both in 4RC1 and 4RC2
Hmm I don't and I updated first from 3 til 4 and then from 4 to rc2.
Anyone?
You need to update the defaultpermissions for the user type to include canvas. Could you add this to codeplex then I'll make sure it'll happen automatically on upgrades in final
[quote=hartvig]You need to update the defaultpermissions for the user type to include canvas. Could you add this to codeplex then I'll make sure it'll happen automatically on upgrades in final[/quote]
Would that user type be the editor? or should I create an administrator type or edit in the database?
Thanks.
Any help with this one? Thanks
Hi,
-Login into admin backend as admin
-Goto user section
-Expand user type node
-Select user type for which to set the default permissions
-Select/Deselect default permissions as you wish.
Got it?
Regards,
/Dirk
Thanks Dirk
But as this is for the administrator I cannot change it there :(
And it doesn't work if I set the default user permissions in the database like this: CADMOSKTPIURZ:5F
Scott has a point here.
I can see why there is no "administrator" user type created: you don't want to accidentally lock admins out of stuff. Fine.
But then admins should be able to do everything!
FWIW, I'm also missing the "edit in canvas" on right-click when logged in as Admin.
I was confised !
I do not see "Edit in Canvas" after upgraded to final ver 4 release !
I login as Admin, with full permissions.
Where did it go ?
Please help !
Tarek.
I have just done a completely clean install, using version umbraco v 4.11.1 (Assembly version: 1.0.4715.27659). I have installed no starter kits, I have
<form runat="server">
<umbraco:Item field="bodyText" runat="server" />
</form>
But I see no "Edit in canvas" in the right-click content item menu. What is missing?
I just had this issue and found the solution...
Edit the Umbraco\config\umbracoSettings.config file
There is this setting, that was set to false:
<EnableCanvasEditing>true</EnableCanvasEditing>
Changed it to true and it worked :)
is working on a reply...